home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / code / contr / setup.exe / Disk1 / data1.cab / Configuration_En / Objects / insertbar.xml < prev   
Encoding:
Extensible Markup Language  |  2003-07-18  |  34.7 KB  |  1,768 lines

  1. <?xml version="1.0" ?>
  2. <!DOCTYPE insertbarset SYSTEM "-//Macromedia//DWExtension insertbar 5.0">
  3. <insertbar>  
  4.  
  5. <category id="DW_Insertbar_Common" folder="Common">
  6.  
  7.     <button id="DW_Hyperlink"
  8.   image="Common\Hyperlink.gif"
  9.     enabled=""
  10.   showIf=""
  11.   file="Common\Hyperlink.htm"/>  
  12.  
  13.     <button id="DW_Email"
  14.     image="Common\E-Mail Link.gif"
  15.     enabled=""
  16.     showIf=""
  17.     file="Common\E-Mail Link.htm"/>  
  18.                 
  19.     <button id="DW_Anchor"
  20.     image="Common\Anchor.gif"
  21.     enabled=""
  22.     showIf=""
  23.     file="Common\Anchor.htm"/>    
  24.                 
  25.     <separator showIf=""/>
  26.             
  27.     <button id="DW_Table"
  28.     image="Common\Table.gif"
  29.     enabled="!_VIEW_LAYOUT"
  30.     showIf=""
  31.     file="Common\Table.htm"/>
  32.  
  33.     <button id="DW_Layer"
  34.     image="Common\Layer.gif"
  35.     enabled="!_VIEW_LAYOUT, _VIEW_DESIGN"
  36.     showIf=""
  37.     file="Common\Layer.htm"/>
  38.         
  39.     <separator showIf=""/>
  40.             
  41.     <button id="DW_Image"
  42.     image="Common\Image.gif"
  43.     enabled=""
  44.     showIf=""
  45.     file="Common\Image.htm"/>
  46.                 
  47.     <button id="DW_ImagePlaceholder"
  48.     image="Common\Image Placeholder.gif"
  49.     enabled=""
  50.     showIf=""
  51.     file="Common\Image Placeholder.htm"/>
  52.             
  53.     <button id="DW_FWhtml"
  54.     image="Common\Fireworks HTML.gif"
  55.     enabled=""
  56.     showIf=""
  57.     file="Common\Fireworks HTML.htm"/>
  58.             
  59.     <button id="DW_Media_Flash"
  60.     image="Media\Flash.gif"
  61.     enabled=""
  62.     showIf=""
  63.     file="Media\Flash.htm"/>
  64.  
  65.     <button id="DW_Rollover"
  66.     image="Common\Rollover.gif"
  67.     enabled=""
  68.     showIf=""
  69.     file="Common\Rollover.htm"/>
  70.                 
  71.     <button id="DW_NavBar"
  72.     image="Common\Navigation Bar.gif"
  73.     enabled=""
  74.     showIf=""
  75.     file="Common\Navigation Bar.htm"/>
  76.             
  77.     <separator showIf=""/>
  78.             
  79.     <button id="DW_HR"
  80.     image="Common\HR.gif"
  81.     enabled=""
  82.     showIf=""
  83.     file="Common\HR.htm"/>
  84.  
  85.     <button id="DW_Date"
  86.     image="Common\Date.gif"
  87.     enabled=""
  88.     showIf=""
  89.     file="Common\Date.htm"/>
  90.             
  91.     <button id="DW_TabularData"
  92.     image="Common\Tabular Data.gif"
  93.     enabled=""
  94.     showIf=""
  95.     file="Common\Tabular Data.htm"/>
  96.             
  97.     <separator />
  98.   
  99.      <button id="DW_Text_Comment"
  100.    image="Text\Comment.gif"
  101.    enabled=""
  102.    showIf=""
  103.    file="Text\Comment.htm"/>
  104.   
  105.     <button id="DW_TagChooser"
  106.    name = "Tag Chooser"
  107.      image="Common\Tag Chooser.gif"
  108.      enabled=""
  109.      showIf=""
  110.      command="dw.showTagChooser()"
  111.      codeOnly="TRUE"/>    
  112.    
  113.     <!-- Hack to make sure the Contribute table object is available in Contribute.
  114.          This never actually shows up anywhere, since Contribute doesn't have
  115.          the insert bar.  Should clean this up eventually. -->
  116.     <button id="DW_ccTable"
  117.     image="Common\Table.gif"
  118.     enabled="dw.appName == 'Contribute'"
  119.     showIf="dw.appName == 'Contribute'"
  120.     file="Common\ccTable.htm"/>
  121.                 
  122.    </category> 
  123.    
  124.    <category id="DW_Insertbar_Layout" folder="Tools" showIf="">   
  125.     
  126.     <button id="DW_Table"
  127.     image="Common\Table.gif"
  128.     enabled="!_VIEW_LAYOUT,_VIEW_DESIGN"
  129.     showIf=""
  130.     file="Common\Table.htm"/>   
  131.                   
  132.     <button id="DW_Layer"
  133.     image="Common\Layer.gif"
  134.     enabled="!_VIEW_LAYOUT,_VIEW_DESIGN"
  135.     file="Common\Layer.htm"/> 
  136.                     
  137.     <separator showIf=""/>    
  138.             
  139.     <checkbutton id="DW_StandardView"
  140.     name = "Standard View"
  141.     image=""
  142.     enabled="_VIEW_DESIGN"
  143.     checked="!_VIEW_LAYOUT"
  144.     command="dw.getDocumentDOM().setShowLayoutView(false)"/>
  145.              
  146.     <checkbutton id="DW_LayoutView"
  147.     name="Layout View"
  148.     image=""
  149.     enabled="_VIEW_DESIGN"
  150.     checked="_VIEW_LAYOUT"
  151.     command="dw.getDocumentDOM().setShowLayoutView(true)"/>
  152.              
  153.     <separator showIf=""/>    
  154.              
  155.     <button id="DW_LayoutTable"
  156.     image="Tools\Layout Table.gif"
  157.     enabled="_VIEW_LAYOUT,_VIEW_DESIGN"
  158.     file="Tools\Layout Table.htm"/>
  159.  
  160.     <button id="DW_LayoutCell"
  161.     image="Tools\Layout Cell.gif"
  162.     enabled="_VIEW_LAYOUT,_VIEW_DESIGN"
  163.     file="Tools\Layout Cell.htm"/>
  164.             
  165.    </category>     
  166.   
  167.     <category id="DW_Insertbar_Text" folder="Text" showIf="">   
  168.     
  169.     <button id="DW_Text_FontTagEditor"
  170.     name = "Font Tag Editor"
  171.     image="Text\FontTagDlg.gif"
  172.     enabled=""
  173.     showIf=""
  174.     tag="font"/>
  175.                     
  176.     <button id="DW_Text_Bold"
  177.     image="Text\Bold.gif"
  178.     enabled=""
  179.     showIf=""
  180.     file="Text\Bold.htm"/>
  181.  
  182.     <button id="DW_Text_Italic"
  183.     image="Text\Italic.gif"
  184.     enabled=""
  185.     showIf=""
  186.     file="Text\Italic.htm"/>
  187.  
  188.     <separator />
  189.  
  190.     <button id="DW_Text_Strong"
  191.     image="Text\Strong.gif"
  192.     enabled=""
  193.     showIf=""
  194.     file="Text\Strong.htm"/>
  195.  
  196.     <button id="DW_Text_Em"
  197.     image="Text\Em.gif"
  198.     enabled=""
  199.     showIf=""
  200.     file="Text\Em.htm"/>
  201.  
  202.     <separator />
  203.             
  204.     <button id="DW_Text_P"
  205.     image="Text\P.gif"
  206.     enabled=""
  207.     showIf=""
  208.     file="Text\P.htm"/>
  209.  
  210.     <button id="DW_Text_Blockquote"
  211.     image="Text\Blockquote.gif"
  212.     enabled=""
  213.     showIf=""
  214.     file="Text\Blockquote.htm"/>
  215.  
  216.     <button id="DW_Text_Pre"
  217.     image="Text\Pre.gif"
  218.     enabled=""
  219.     showIf=""
  220.     file="Text\Pre.htm"/>
  221.  
  222.     <separator />
  223.  
  224.     <button id="DW_Text_H1"
  225.     image="Text\H1.gif"
  226.     enabled=""
  227.     showIf=""
  228.     file="Text\H1.htm"/>
  229.  
  230.     <button id="DW_Text_H2"
  231.     image="Text\H2.gif"
  232.     enabled=""
  233.     showIf=""
  234.     file="Text\H2.htm"/>
  235.  
  236.     <button id="DW_Text_H3"
  237.     image="Text\H3.gif"
  238.     enabled=""
  239.     showIf=""
  240.     file="Text\H3.htm"/>
  241.     
  242.     <separator />
  243.  
  244.     <button id="DW_Text_UL"
  245.     image="Text\UL.gif"
  246.     enabled=""
  247.     showIf=""
  248.     file="Text\UL.htm"/>
  249.  
  250.     <button id="DW_Text_OL"
  251.     image="Text\OL.gif"
  252.     enabled=""
  253.     showIf=""
  254.     file="Text\OL.htm"/>
  255.  
  256.     <button id="DW_Text_LI"
  257.     image="Text\LI.gif"
  258.     enabled=""
  259.     showIf=""
  260.     file="Text\LI.htm"
  261.     codeOnly="TRUE"/>
  262.  
  263.     <separator />
  264.  
  265.     <button id="DW_Text_DL"
  266.     image="Text\DL.gif"
  267.     enabled=""
  268.     showIf=""
  269.     file="Text\DL.htm"/>
  270.  
  271.     <button id="DW_Text_DT"
  272.     image="Text\DT.gif"
  273.     enabled=""
  274.     showIf=""
  275.     file="Text\DT.htm"
  276.     codeOnly="TRUE"/>
  277.  
  278.     <button id="DW_Text_DD"
  279.     image="Text\DD.gif"
  280.     enabled=""
  281.     showIf=""
  282.     file="Text\DD.htm"
  283.     codeOnly="TRUE"/>
  284.  
  285.     <separator />
  286.  
  287.     <button id="DW_Text_Abbr"
  288.     image="Text\Abbr.gif"
  289.     enabled=""
  290.     showIf=""
  291.      file="Text\Abbr.htm"
  292.      codeOnly="TRUE"/>
  293.  
  294.     <button id="DW_Text_Acronym"
  295.     image="Text\Acronym.gif"
  296.     enabled=""
  297.     showIf=""
  298.     file="Text\Acronym.htm"
  299.     codeOnly="TRUE"/>
  300.  
  301.    </category>
  302.  
  303.    <category id="DW_Insertbar_Tables" folder="Tables" showIf="">   
  304.     
  305.     <button id="DW_Tables_Table"
  306.     image="Common\Table.gif"
  307.     enabled=""
  308.     showIf=""
  309.     file="Common\Table.htm"/>
  310.  
  311.     <separator />
  312.  
  313.     <button id="DW_Tables_TableTag"
  314.     image="Tables\TableTag.gif"
  315.     enabled="_VIEW_CODE"
  316.     showIf=""
  317.     file="Tables\TableTag.htm"
  318.     codeOnly="TRUE"/>
  319.  
  320.     <button id="DW_Tables_Tr"
  321.     image="Tables\Tr.gif"
  322.     enabled="_VIEW_CODE"
  323.     showIf=""
  324.     file="Tables\Tr.htm"
  325.     codeOnly="TRUE"/>
  326.  
  327.     <button id="DW_Tables_Th"
  328.     image="Tables\Th.gif"
  329.     enabled="_VIEW_CODE"
  330.     showIf=""
  331.     file="Tables\Th.htm"
  332.     codeOnly="TRUE"/>
  333.  
  334.     <button id="DW_Tables_Td"
  335.     image="Tables\Td.gif"
  336.     enabled="_VIEW_CODE"
  337.     showIf=""
  338.     file="Tables\Td.htm"
  339.     codeOnly="TRUE"/>
  340.  
  341.     <button id="DW_Tables_Caption"
  342.     image="Tables\Caption.gif"
  343.     enabled="_VIEW_CODE"
  344.     showIf=""
  345.     file="Tables\Caption.htm"
  346.     codeOnly="TRUE"/>
  347.     
  348.    </category>
  349.  
  350.    <category id="DW_Insertbar_Frames" folder="Frames" showIf="!_FILE_TEMPLATE">   
  351.  
  352.     <button id="DW_Frames_Left"
  353.     image="Frames\Left.gif"
  354.     enabled=""
  355.     showIf=""
  356.     file="Frames\Left.htm"/>
  357.  
  358.     <button id="DW_Frames_Right"
  359.     image="Frames\Right.gif"
  360.     enabled=""
  361.     showIf=""
  362.     file="Frames\Right.htm"/>
  363.  
  364.     <button id="DW_Frames_Top"
  365.     image="Frames\Top.gif"
  366.     enabled=""
  367.     showIf=""
  368.     file="Frames\Top.htm"/>
  369.  
  370.     <button id="DW_Frames_Bottom"
  371.     image="Frames\Bottom.gif"
  372.     enabled=""
  373.     showIf=""
  374.     file="Frames\Bottom.htm"/>
  375.  
  376.     <button id="DW_Frames_BottomNestedLeft"
  377.     image="Frames\BottomNestedLeft.gif"
  378.     enabled=""
  379.     showIf=""
  380.     file="Frames\BottomNestedLeft.htm"/>
  381.  
  382.     <button id="DW_Frames_BottomNestedRight"
  383.     image="Frames\BottomNestedRight.gif"
  384.     enabled=""
  385.     showIf=""
  386.     file="Frames\BottomNestedRight.htm"/>
  387.  
  388.     <button id="DW_Frames_LeftNestedBottom"
  389.      image="Frames\LeftNestedBottom.gif"
  390.      enabled=""
  391.      showIf=""
  392.     file="Frames\LeftNestedBottom.htm"/>
  393.  
  394.     <button id="DW_Frames_RightNestedBottom"
  395.      image="Frames\RightNestedBottom.gif"
  396.      enabled=""
  397.      showIf=""
  398.     file="Frames\RightNestedBottom.htm"/>
  399.  
  400.     <button id="DW_Frames_TopandBottom"
  401.      image="Frames\TopandBottom.gif"
  402.      enabled=""
  403.      showIf=""
  404.     file="Frames\TopandBottom.htm"/>
  405.  
  406.     <button id="DW_Frames_LeftNestedTop"
  407.     image="Frames\LeftNestedTop.gif"
  408.     enabled=""
  409.     showIf=""
  410.     file="Frames\LeftNestedTop.htm"/>
  411.  
  412.     <button id="DW_Frames_RightNestedTop"
  413.      image="Frames\RightNestedTop.gif"
  414.      enabled=""
  415.      showIf=""
  416.     file="Frames\RightNestedTop.htm"/>
  417.  
  418.     <button id="DW_Frames_TopNestedLeft"
  419.     image="Frames\TopNestedLeft.gif"
  420.     enabled=""
  421.     showIf=""
  422.     file="Frames\TopNestedLeft.htm"/>
  423.  
  424.     <button id="DW_Frames_TopNestedRight"
  425.      image="Frames\TopNestedRight.gif"
  426.      enabled=""
  427.      showIf=""
  428.     file="Frames\TopNestedRight.htm"/>
  429.  
  430.     <separator />
  431.  
  432.     <button id="DW_Frames_Frameset"
  433.     image="Frames\Frameset.gif"
  434.     enabled="_VIEW_CODE"
  435.     showIf=""
  436.      file="Frames\Frameset.htm"/>
  437.  
  438.     <button id="DW_Frames_Frame"
  439.     image="Frames\Frame.gif"
  440.     enabled="_VIEW_CODE"
  441.     showIf=""
  442.         file="Frames\Frame.htm"/>
  443.  
  444.     <button id="DW_Frames_Iframe"
  445.     image="Frames\Iframe.gif"
  446.     enabled="_VIEW_CODE"
  447.     showIf=""
  448.       file="Frames\Iframe.htm"/>
  449.  
  450.     <button id="DW_Frames_Noframes"
  451.     image="Frames\Noframes.gif"
  452.     enabled="_VIEW_CODE"
  453.     showIf=""
  454.      file="Frames\Noframes.htm"/>
  455.  
  456. </category>
  457.  
  458. <category id="DW_Insertbar_Forms" folder="Forms">   
  459.     
  460.     <button id="DW_Forms_Form"
  461.     image="Forms\Form.gif"
  462.     enabled=""
  463.     file="Forms\Form.htm"
  464.     tag="form"/>
  465.  
  466.     <separator />
  467.  
  468.     <button id="DW_Forms_TextField"
  469.     image="Forms\Text Field.gif"
  470.     enabled=""
  471.     file="Forms\Text Field.htm"
  472.     tag="input type="text"" />
  473.  
  474.     <button id="DW_Forms_Hidden"
  475.     image="Forms\Hidden Field.gif"
  476.     enabled=""
  477.     showIf=""
  478.     file="Forms\Hidden Field.htm"
  479.     tag="input type="hidden"" />
  480.  
  481.     <button id="DW_Forms_TextareaTag"
  482.     image="Forms\Textarea.gif"
  483.     enabled=""
  484.     file="Forms\Textarea.htm"
  485.     tag="textarea" />
  486.     
  487.     <separator />
  488.  
  489.     <button id="DW_Forms_Checkbox"
  490.     image="Forms\Checkbox.gif"
  491.     enabled=""
  492.     showIf=""
  493.     file="Forms\Checkbox.htm"
  494.     tag="input type="checkbox"" />
  495.  
  496.     <button id="DW_Forms_Radio"
  497.     image="Forms\Radio.gif"
  498.     enabled=""
  499.     showIf=""
  500.     file="Forms\Radio.htm"
  501.     tag="input type="radio"" />
  502.  
  503.  
  504.     <button id="DW_Forms_RadioGroup"
  505.     image="Forms\Radio Group.gif"
  506.     enabled=""
  507.     file="Forms\Radio Group.htm"/>
  508.  
  509.     <separator />
  510.  
  511.     <button id="DW_Forms_ListMenu"
  512.     image="Forms\List Menu.gif"
  513.     enabled=""
  514.     showIf=""
  515.     file="Forms\List Menu.htm"
  516.     tag="select"/>
  517.  
  518.     <button id="DW_Forms_JumpMenu"
  519.     image="Forms\Jump Menu.gif"
  520.     enabled=""
  521.     showIf=""
  522.     file="Forms\Jump Menu.htm"/>
  523.  
  524.     <separator />
  525.  
  526.     <button id="DW_Forms_ImageField"
  527.     image="Forms\Image Field.gif"
  528.     enabled=""
  529.     showIf=""
  530.     file="Forms\Image Field.htm"
  531.     tag="input type="image"" />
  532.  
  533.  
  534.     <button id="DW_Forms_FileField"
  535.     image="Forms\File Field.gif"
  536.     enabled=""
  537.     showIf=""
  538.     file="Forms\File Field.htm"
  539.     tag="input type="file"" />
  540.  
  541.     <button id="DW_Forms_Button"
  542.     image="Forms\Button.gif"
  543.     enabled=""
  544.     showIf=""
  545.     file="Forms\Button.htm"
  546.     tag="input type="button"" />
  547.  
  548.     <separator  />
  549.  
  550.     <button id="DW_Forms_Label"
  551.     image="Forms\Label.gif"
  552.     enabled=""
  553.     showIf=""
  554.     file="Forms\Label.htm"
  555.     codeOnly="TRUE"/>
  556.   
  557.     <button id="DW_Forms_Fieldset"
  558.     image="Forms\Fieldset.gif"
  559.     enabled=""
  560.     showIf=""
  561.     file="Forms\Fieldset.htm"
  562.     codeOnly="TRUE"/>
  563.     
  564.    </category>
  565.  
  566.    <category id="DW_Insertbar_Templates" folder="Templates" showIf="">   
  567.   
  568.     <button id="DW_MakeTemplate"
  569.     image="Templates\MakeTemplate.gif"
  570.     enabled=""
  571.     showIf=""
  572.     file="Templates\MakeTemplate.htm"/>
  573.     
  574.      <button id="DW_MakeNestedTemplate"
  575.     image="Templates\MakeNestedTemplate.gif"
  576.     enabled=""
  577.     showIf=""
  578.     file="Templates\MakeNestedTemplate.htm"/> 
  579.     
  580.     <separator showIf=""/>    
  581.  
  582.     <button id="DW_EditableRegion"
  583.     image="Templates\Editable.gif"
  584.     enabled=""
  585.     showIf=""
  586.     file="Templates\Editable.htm"/>   
  587.             
  588.     <button id="DW_OptionalRegion"
  589.     image="Templates\Optional.gif"
  590.     enabled=""
  591.     file="Templates\Optional.htm"/> 
  592.     
  593.     <button id="DW_RepeatingRegion"
  594.     image="Templates\Repeating.gif"
  595.     enabled=""
  596.     file="Templates\Repeating.htm"/> 
  597.  
  598.     <separator showIf=""/>    
  599.             
  600.     <button id="DW_OptionalRegionWithEdit"
  601.     image="Templates\OptionalWithEdit.gif"
  602.     enabled=""
  603.     file="Templates\OptionalWithEdit.htm"/> 
  604.  
  605.        <button id="DW_RepeatingTable"
  606.     image="Templates\RepeatingTable.gif"
  607.     enabled=""
  608.     file="Templates\RepeatingTable.htm"/> 
  609.     
  610.     </category>    
  611.    
  612.    <category id="DW_Insertbar_Characters" folder="Characters">   
  613.     
  614.     <button id="DW_Chars_BR"
  615.     image="Characters\Line Break.gif"
  616.     enabled=""
  617.     showIf=""
  618.     file="Characters\Line Break.htm"/>
  619.  
  620.     <button id="DW_Chars_NBSP"
  621.     image="Characters\NBSP.gif"
  622.     enabled=""
  623.     showIf=""
  624.     file="Characters\NBSP.htm"/>
  625.  
  626.     <button id="DW_Chars_LeftQuote"
  627.     image="Characters\Left Quote.gif"
  628.     enabled=""
  629.     showIf=""
  630.     file="Characters\Left Quote.htm"/>
  631.  
  632.     <button id="DW_Chars_RightQuote"
  633.     image="Characters\Right Quote.gif"
  634.     enabled=""
  635.     showIf=""
  636.     file="Characters\Right Quote.htm"/>
  637.  
  638.     <button id="DW_Chars_EmDash"
  639.     image="Characters\Em-Dash.gif"
  640.     enabled=""
  641.     showIf=""
  642.     file="Characters\Em-Dash.htm"/>
  643.  
  644.     <separator />
  645.  
  646.     <button id="DW_Chars_Pound"
  647.     image="Characters\Pound.gif"
  648.     enabled=""
  649.     showIf=""
  650.      file="Characters\Pound.htm"/>
  651.  
  652.     <button id="DW_Chars_Euro"
  653.     image="Characters\Euro.gif"
  654.     enabled=""
  655.     showIf=""
  656.     file="Characters\Euro.htm"/>
  657.  
  658.     <button id="DW_Chars_Yen"
  659.     image="Characters\Yen.gif"
  660.     enabled=""
  661.     showIf=""
  662.     file="Characters\Yen.htm"/>
  663.  
  664.     <separator />
  665.  
  666.     <button id="DW_Chars_Copyright"
  667.     image="Characters\Copyright.gif"
  668.     enabled=""
  669.     showIf=""
  670.     file="Characters\Copyright.htm"/>
  671.  
  672.     <button id="DW_Chars_Registered"
  673.     image="Characters\Registered.gif"
  674.     enabled=""
  675.     showIf=""
  676.     file="Characters\Registered.htm"/>
  677.  
  678.     <button id="DW_Chars_Trademark"
  679.     image="Characters\Trademark.gif"
  680.     enabled=""
  681.     showIf=""
  682.     file="Characters\Trademark.htm"/>
  683.  
  684.     <separator />
  685.  
  686.     <button id="DW_Chars_Other"
  687.     image="Characters\Other.gif"
  688.     enabled=""
  689.     showIf=""
  690.     file="Characters\Other.htm"/>
  691.     
  692. </category>
  693.  
  694. <category id="DW_Insertbar_Media" folder="Media">   
  695.     
  696.     <button id="DW_Media_Flash"
  697.     image="Media\Flash.gif"
  698.     enabled=""
  699.     showIf=""
  700.     file="Media\Flash.htm"/>
  701.  
  702.     <button id="DW_Media_FlashButton"
  703.     image="Media\Flash Button.gif"
  704.     enabled=""
  705.     showIf=""
  706.     file="Media\Flash Button.htm"/>
  707.  
  708.     <button id="DW_Media_FlashText"
  709.     image="Media\Flash Text.gif"
  710.     enabled=""
  711.     showIf=""
  712.     file="Media\Flash Text.htm"/>
  713.  
  714.     <button id="DW_Media_Shockwave"
  715.     image="Media\Shockwave.gif"
  716.     enabled=""
  717.     showIf=""
  718.     file="Media\Shockwave.htm"/>
  719.  
  720.     <separator />
  721.  
  722.     <button id="DW_Media_Applet"
  723.     image="Media\Applet.gif"
  724.     enabled=""
  725.     showIf=""
  726.     file="Media\Applet.htm"/>
  727.     
  728.      <button id="DW_Media_Param"
  729.      name="param"
  730.        image="Media\Param.gif"
  731.        enabled=""
  732.        showIf=""
  733.        tag="param"
  734.        codeOnly="TRUE"/>
  735.     
  736.     <button id="DW_Media_ActiveX"
  737.     image="Media\ActiveX.gif"
  738.     enabled=""
  739.     showIf=""
  740.     file="Media\ActiveX.htm"/>
  741.     
  742.         <separator />
  743.   
  744.     <button id="DW_Media_Plugin"
  745.     image="Media\Plugin.gif"
  746.     enabled=""
  747.     showIf=""
  748.     file="Media\Plugin.htm"/>
  749.     
  750. </category>
  751.     
  752. <category id="DW_Insertbar_Head" folder="Head">   
  753.     <button id="DW_Head_Meta"
  754.     image="Head\Meta.gif"
  755.     enabled=""
  756.     showIf=""
  757.     file="Head\Meta.htm"/>
  758.  
  759.     <button id="DW_Head_Keywords"
  760.     image="Head\Keywords.gif"
  761.     enabled=""
  762.     showIf=""
  763.     file="Head\Keywords.htm"/>
  764.  
  765.     <button id="DW_Head_Description"
  766.     image="Head\Description.gif"
  767.     enabled=""
  768.     showIf=""
  769.     file="Head\Description.htm"/>
  770.  
  771.     <button id="DW_Head_Refresh"
  772.     image="Head\Refresh.gif"
  773.     enabled=""
  774.     showIf=""
  775.     file="Head\Refresh.htm"/>
  776.  
  777.     <button id="DW_Head_Base"
  778.     image="Head\Base.gif"
  779.     enabled=""
  780.     showIf=""
  781.     file="Head\Base.htm"/>
  782.  
  783.     <button id="DW_Head_Link"
  784.     image="Head\Link.gif"
  785.     enabled=""
  786.     showIf=""
  787.     file="Head\Link.htm"/>
  788.     
  789.    </category>
  790.     
  791.    <category id="DW_Insertbar_Script" folder="Script"> 
  792.    
  793.     <button id="DW_Script_Script"
  794.     name="Script"
  795.     image="Script\Script.gif"
  796.     enabled=""
  797.     showIf=""
  798.     file="Script\Script.htm"/>
  799.  
  800.     <button id="DW_Script_Noscript"
  801.     name="noscript"
  802.     image="Script\Noscript.gif"
  803.     enabled=""
  804.     showIf=""
  805.     tag="noscript"
  806.     codeOnly="TRUE"/>
  807.  
  808.     <button id="DW_Script_SSI"
  809.     image="Script\SSI.gif"
  810.     enabled=""
  811.     showIf=""
  812.     file="Script\SSI.htm"/>
  813.     
  814.    </category>
  815.     
  816.    <category id="DW_Insertbar_CFMLBasic" folder="CFML Basic" showIf="_SERVERMODEL_CFML"> 
  817.       
  818.        <button id="DW_CFML_ServerVariables"
  819.     image="Server\ServerVariables.gif"
  820.     enabled=""
  821.     showIf=""
  822.     file="Server\ServerVariables.htm"
  823.     codeOnly="TRUE"/>
  824.     
  825.     <separator />
  826.    
  827.   <button id="DW_CFML_CFQuery"
  828.   name="cfquery"
  829.     image="CFML Basic\Cfquery.gif"
  830.     enabled=""
  831.     showIf=""
  832.     tag="cfquery"
  833.     codeOnly="TRUE"/>
  834.    
  835.   <button id="DW_CFML_CFOutput"
  836.   name="cfoutput"
  837.     image="CFML Basic\Cfoutput.gif"
  838.     enabled=""
  839.     showIf=""
  840.     tag="cfoutput"
  841.     codeOnly="TRUE"/>
  842.     
  843.     <button id="DW_CFML_CFInsert"
  844.     name="cfinsert"
  845.     image="CFML Basic\Cfinsert.gif"
  846.     enabled=""
  847.     showIf=""
  848.     tag="cfinsert"
  849.     codeOnly="TRUE"/>
  850.     
  851.     <button id="DW_CFML_CFUpdate"
  852.     name="cfupdate"
  853.     image="CFML Basic\Cfupdate.gif"
  854.     enabled=""
  855.     showIf=""
  856.     tag="cfupdate"
  857.     codeOnly="TRUE"/>
  858.        
  859.        <separator />
  860.        
  861.        <button id="DW_CFML_CFInclude"
  862.     name="cfinclude"
  863.     image="CFML Basic\Cfinclude.gif"
  864.     enabled=""
  865.     showIf=""
  866.     tag="cfinclude"
  867.     codeOnly="TRUE"/>
  868.     
  869.     <button id="DW_CFML_CFLocation"
  870.     name="cflocation"
  871.     image="CFML Basic\Cflocation.gif"
  872.     enabled=""
  873.     showIf=""
  874.     tag="cflocation"
  875.     codeOnly="TRUE"/>
  876.     
  877.     <separator />
  878.     
  879.     <button id="DW_CFML_Cfset"
  880.     name="cfset"
  881.     image="CFML Basic\Cfset.gif"
  882.     enabled=""
  883.     showIf=""
  884.     file="CFML Basic\Cfset.htm"
  885.     codeOnly="TRUE"/>
  886.     
  887.     <button id="DW_CFML_CFParam"
  888.     name="cfparam"
  889.     image="CFML Basic\Cfparam.gif"
  890.     enabled=""
  891.     showIf=""
  892.     tag="cfparam"
  893.     codeOnly="TRUE"/>
  894.     
  895.     <button id="DW_CFML_Cfcomment"
  896.     image="CFML Basic\Cfcomment.gif"
  897.     enabled=""
  898.     showIf=""
  899.     file="CFML Basic\Cfcomment.htm"
  900.     codeOnly="TRUE"/>
  901.     
  902.     <button id="DW_CFML_PoundSign"
  903.     image="CFML Basic\PoundSign.gif"
  904.     enabled=""
  905.     showIf=""
  906.     file="CFML Basic\PoundSign.htm"
  907.     codeOnly="TRUE"/>
  908.     
  909.     <separator />
  910.     
  911.     <button id="DW_CFML_CFscript"
  912.     name="cfscript"
  913.     image="CFML Basic\Cfscript.gif"
  914.     enabled=""
  915.     showIf=""
  916.     tag="cfscript"
  917.     codeOnly="TRUE"/>
  918.        
  919.    </category>
  920.    
  921.    <category id="DW_Insertbar_CFMLFlow" folder="CFML Flow" showIf="_SERVERMODEL_CFML"> 
  922.       
  923.        <button id="DW_CFML_CFTry"
  924.     name="cftry"
  925.     image="CFML Flow\Cftry.gif"
  926.     enabled=""
  927.     showIf=""
  928.     tag="cftry"
  929.     codeOnly="TRUE"/>
  930.    
  931.        <button id="DW_CFML_CFCatch"
  932.     name="cfcatch"
  933.     image="CFML Flow\Cfcatch.gif"
  934.     enabled=""
  935.     showIf=""
  936.     tag="cfcatch"
  937.     codeOnly="TRUE"/>
  938.     
  939.     <button id="DW_CFML_CFThrow"
  940.     name="cfthrow"
  941.     image="CFML Flow\Cfthrow.gif"
  942.     enabled=""
  943.     showIf=""
  944.     tag="cfthrow"
  945.     codeOnly="TRUE"/>
  946.     
  947.     <separator />
  948.     
  949.     <button id="DW_CFML_CFLock"
  950.     name="cflock"
  951.     image="CFML Flow\Cflock.gif"
  952.     enabled=""
  953.     showIf=""
  954.     tag="cflock"
  955.     codeOnly="TRUE"/>
  956.     
  957.     <separator />
  958.  
  959.     <button id="DW_CFML_CFSwitch"
  960.     name="cfswitch"
  961.     image="CFML Flow\Cfswitch.gif"
  962.     enabled=""
  963.     showIf=""
  964.     tag="cfswitch"
  965.     codeOnly="TRUE"/>
  966.     
  967.     <button id="DW_CFML_CFCase"
  968.     name="cfcase"
  969.     image="CFML Flow\Cfcase.gif"
  970.     enabled=""
  971.     showIf=""
  972.     tag="cfcase"
  973.     codeOnly="TRUE"/>
  974.     
  975.     <button id="DW_CFML_Cfdefaultcase"
  976.     image="CFML Flow\Cfdefaultcase.gif"
  977.     enabled=""
  978.     showIf=""
  979.     file="CFML Flow\Cfdefaultcase.htm"
  980.     codeOnly="TRUE"/>
  981.     
  982.     <separator />
  983.    
  984.        <button id="DW_CFML_Cfif"
  985.     image="CFML Flow\Cfif.gif"
  986.     enabled=""
  987.     showIf=""
  988.     file="CFML Flow\Cfif.htm"
  989.     codeOnly="TRUE"/>
  990.  
  991.     <button id="DW_CFML_Cfelse"
  992.     image="CFML Flow\Cfelse.gif"
  993.     enabled=""
  994.     showIf=""
  995.     file="CFML Flow\Cfelse.htm"
  996.     codeOnly="TRUE"/>
  997.  
  998.     <button id="DW_CFML_Cfelseif"
  999.     image="CFML Flow\Cfelseif.gif"
  1000.     enabled=""
  1001.     showIf=""
  1002.     file="CFML Flow\Cfelseif.htm"
  1003.     codeOnly="TRUE"/>
  1004.     
  1005.     <separator />
  1006.     
  1007.     <button id="DW_CFML_CFLoop"
  1008.     name="cfloop"
  1009.     image="CFML Flow\Cfloop.gif"
  1010.     enabled=""
  1011.     showIf=""
  1012.     tag="cfloop"
  1013.     codeOnly="TRUE"/>
  1014.     
  1015.     <button id="DW_CFML_CFBreak"
  1016.     name="cfbreak"
  1017.     image="CFML Flow\Cfbreak.gif"
  1018.     enabled=""
  1019.     showIf=""
  1020.     tag="cfbreak"
  1021.     codeOnly="TRUE"/>
  1022.        
  1023.    </category>
  1024.    
  1025.    <category id="DW_Insertbar_CFMLAdvanced" folder="CFML Advanced" showIf="_SERVERMODEL_CFML"> 
  1026.          
  1027.           <button id="DW_CFML_Cfcookie"
  1028.           name="cfcookie"
  1029.     image="CFML Advanced\Cfcookie.gif"
  1030.     enabled=""
  1031.     showIf=""
  1032.     tag="cfcookie"
  1033.     codeOnly="TRUE"/>
  1034.     
  1035.     <button id="DW_CFML_CfContent"
  1036.     name="cfcontent"
  1037.     image="CFML Advanced\Cfcontent.gif"
  1038.     enabled=""
  1039.     showIf=""
  1040.     tag="cfcontent"
  1041.     codeOnly="TRUE"/>
  1042.     
  1043.     <button id="DW_CFML_CfHeader"
  1044.     name="cfheader"
  1045.     image="CFML Advanced\Cfheader.gif"
  1046.     enabled=""
  1047.     showIf=""
  1048.     tag="cfheader"
  1049.     codeOnly="TRUE"/>
  1050.  
  1051.     <button id="DW_CFML_PageEncoding"
  1052.     name="ColdFusion Page Encoding"
  1053.     image="CFML Advanced\CFPageEncoding.gif"
  1054.     enabled=""
  1055.     showIf=""
  1056.     file="CFML Advanced\CFPageEncoding.htm"/>
  1057.     
  1058.     <separator />
  1059.     
  1060.     <button id="DW_CFML_CFApplication"
  1061.     name="cfapplication"
  1062.     image="CFML Advanced\Cfapplication.gif"
  1063.     enabled=""
  1064.     showIf=""
  1065.     tag="cfapplication"
  1066.     codeOnly="TRUE"/>
  1067.     
  1068.     <button id="DW_CFML_CFError"
  1069.     name="cferror"
  1070.     image="CFML Advanced\Cferror.gif"
  1071.     enabled=""
  1072.     showIf=""
  1073.     tag="cferror"
  1074.     codeOnly="TRUE"/>
  1075.     
  1076.     <separator />
  1077.     
  1078.           <button id="DW_CFML_CFDirectory"
  1079.     name="cfdirectory"
  1080.     image="CFML Advanced\Cfdirectory.gif"
  1081.     enabled=""
  1082.     showIf=""
  1083.     tag="cfdirectory"
  1084.     codeOnly="TRUE"/>
  1085.     
  1086.     <button id="DW_CFML_CFFile"
  1087.     name="cffile"
  1088.     image="CFML Advanced\Cffile.gif"
  1089.     enabled=""
  1090.     showIf=""
  1091.     tag="cffile"
  1092.     codeOnly="TRUE"/>
  1093.     
  1094.     <separator />
  1095.     
  1096.     <button id="DW_CFML_CFMail"
  1097.     name="cfmail"
  1098.     image="CFML Advanced\Cfmail.gif"
  1099.     enabled=""
  1100.     showIf=""
  1101.     tag="cfmail"
  1102.     codeOnly="TRUE"/>
  1103.     
  1104.     <button id="DW_CFML_CFPop"
  1105.     name="cfpop"
  1106.     image="CFML Advanced\Cfpop.gif"
  1107.     enabled=""
  1108.     showIf=""
  1109.     tag="cfpop"
  1110.     codeOnly="TRUE"/>
  1111.     
  1112.     <button id="DW_CFML_CFHtpp"
  1113.     name="cfhttp"
  1114.     image="CFML Advanced\Cfhttp.gif"
  1115.     enabled=""
  1116.     showIf=""
  1117.     tag="cfhttp"
  1118.     codeOnly="TRUE"/>
  1119.     
  1120.     <button id="DW_CFML_CFHttpParam"
  1121.     name="cfhttpparam"
  1122.     image="CFML Advanced\Cfhttpparam.gif"
  1123.     enabled=""
  1124.     showIf=""
  1125.     tag="cfhttpparam"
  1126.     codeOnly="TRUE"/>
  1127.     
  1128.     <button id="DW_CFML_CFDlap"
  1129.     name="cfldap"
  1130.     image="CFML Advanced\Cfldap.gif"
  1131.     enabled=""
  1132.     showIf=""
  1133.     tag="cfldap"
  1134.     codeOnly="TRUE"/>
  1135.     
  1136.     <button id="DW_CFML_CFFtp"
  1137.     name="cfftp"
  1138.     image="CFML Advanced\Cfftp.gif"
  1139.     enabled=""
  1140.     showIf=""
  1141.     tag="cfftp"
  1142.     codeOnly="TRUE"/>
  1143.     
  1144.     <separator />
  1145.     
  1146.     <button id="DW_CFML_CFSearch"
  1147.     name="cfsearch"
  1148.     image="CFML Advanced\Cfsearch.gif"
  1149.     enabled=""
  1150.     showIf=""
  1151.     tag="cfsearch"
  1152.     codeOnly="TRUE"/>
  1153.     
  1154.     <button id="DW_CFML_CFIndex"
  1155.     name="cfindex"
  1156.     image="CFML Advanced\Cfindex.gif"
  1157.     enabled=""
  1158.     showIf=""
  1159.     tag="cfindex"
  1160.     codeOnly="TRUE"/>
  1161.     
  1162.     <separator />
  1163.     
  1164.     <button id="DW_CFML_CFModule"
  1165.     name="cfmodule"
  1166.     image="CFML Advanced\Cfmodule.gif"
  1167.     enabled=""
  1168.     showIf=""
  1169.     tag="cfmodule"
  1170.     codeOnly="TRUE"/>
  1171.     
  1172.     <button id="DW_CFML_CFObject"
  1173.     name="cfobject"
  1174.     image="CFML Advanced\Cfobject.gif"
  1175.     enabled=""
  1176.     showIf=""
  1177.     tag="cfobject"
  1178.     codeOnly="TRUE"/>
  1179.     
  1180.     <separator />
  1181.     
  1182.     <button id="DW_CFML_CFChart"
  1183.     name="cfchart"
  1184.     image="CFML Advanced\Cfchart.gif"
  1185.     enabled=""
  1186.     showIf=""
  1187.     tag="cfchart"
  1188.     codeOnly="TRUE"/>
  1189.     
  1190.     <button id="DW_TagChooser"
  1191.     name = "More Tags..."
  1192.     image="Common\Tag Chooser.gif"
  1193.     enabled=""
  1194.     showIf=""
  1195.     command="dw.showTagChooser()"
  1196.     codeOnly="TRUE"/>
  1197.     
  1198.    </category>
  1199.         
  1200.    <category id="DW_Insertbar_ASP" folder="ASP" showIf="_SERVERMODEL_ASP">   
  1201.     <button id="DW_ASP_ServerVariables"
  1202.     image="Server\ServerVariables.gif"
  1203.     enabled=""
  1204.     showIf=""
  1205.     file="Server\ServerVariables.htm"
  1206.     codeOnly="TRUE"/>
  1207.  
  1208.     <button id="DW_ASP_Include"
  1209.     image="ASP\ASPInclude.gif"
  1210.     enabled=""
  1211.     showIf=""
  1212.     file="ASP\ASPInclude.htm"
  1213.     codeOnly="TRUE"/>
  1214.  
  1215.     <separator />
  1216.  
  1217.     <button id="DW_ASP_CodeBlock"
  1218.     image="ASP\ASPTag.gif"
  1219.     enabled=""
  1220.     showIf=""
  1221.     file="ASP\ASPTag.htm"
  1222.     codeOnly="TRUE"/>
  1223.  
  1224.     <button id="DW_ASP_Output"
  1225.     image="ASP\ASPOutput.gif"
  1226.     enabled=""
  1227.     showIf=""
  1228.     file="ASP\ASPOutput.htm"
  1229.     codeOnly="TRUE"/>
  1230.  
  1231.     <separator />
  1232.  
  1233.     <button id="DW_ASP_If"
  1234.     image="ASP\ASPIf.gif"
  1235.     enabled=""
  1236.     showIf=""
  1237.     file="ASP\ASPIf.htm"
  1238.     codeOnly="TRUE"/>
  1239.  
  1240.     <button id="DW_ASP_Else"
  1241.     image="ASP\ASPElse.gif"
  1242.     enabled=""
  1243.     showIf=""
  1244.     file="ASP\ASPElse.htm"
  1245.     codeOnly="TRUE"/>
  1246.  
  1247.     <button id="DW_ASP_ASPElseIf"
  1248.     image="ASP\ASPElseIf.gif"
  1249.     enabled=""
  1250.     showIf=""
  1251.     file="ASP\ASPElseIf.htm"
  1252.     codeOnly="TRUE"/>
  1253.  
  1254.     <button id="DW_ASP_End"
  1255.     image="ASP\ASPEnd.gif"
  1256.     enabled=""
  1257.     showIf=""
  1258.     file="ASP\ASPEnd.htm"
  1259.     codeOnly="TRUE"/>
  1260.  
  1261.     <separator />
  1262.  
  1263.     <button id="DW_ASP_ResponseWrite"
  1264.     image="ASP\ASPResponseWrite.gif"
  1265.     enabled=""
  1266.     showIf=""
  1267.     file="ASP\ASPResponseWrite.htm"
  1268.     codeOnly="TRUE"/>
  1269.  
  1270.     <button id="DW_ASP_TrimFormEl"
  1271.     image="ASP.NET\TrimFormEl.gif"
  1272.     enabled=""
  1273.     showIf=""
  1274.     file="ASP\ASPTrimFormEl.htm"
  1275.     codeOnly="TRUE"/>
  1276.  
  1277.     <button id="DW_ASP_TrimQueryStr"
  1278.     image="ASP.NET\TrimQueryStr.gif"
  1279.     enabled=""
  1280.     showIf=""
  1281.     file="ASP\ASPTrimQueryStrEl.htm"
  1282.     codeOnly="TRUE"/>
  1283.     
  1284.     <button id="DW_ASP_ServerCreateObj"
  1285.     image="ASP\ASPServerCreateObj.gif"
  1286.     enabled=""
  1287.     showIf=""
  1288.     file="ASP\ASPServerCreateObj.htm"
  1289.     codeOnly="TRUE"/>
  1290.     
  1291.     <button id="DW_TagChooser"
  1292.     name = "More Tags..."
  1293.     image="Common\Tag Chooser.gif"
  1294.     enabled=""
  1295.     showIf=""
  1296.     command="dw.showTagChooser()"
  1297.     codeOnly="TRUE"/>
  1298.     
  1299.    </category>
  1300.     
  1301.    <category id="DW_Insertbar_ASPNET" folder="ASP.NET" showIf="_SERVERMODEL_ASPNET">   
  1302.  
  1303.     <button id="DW_ASPNET_RegisterCustomTag"
  1304.     image="ASP.NET\RegisterCustomTag.gif"
  1305.     enabled=""
  1306.     showIf=""
  1307.      file="ASP.NET\RegisterCustomTag.htm"
  1308.      codeOnly="TRUE"/>
  1309.  
  1310.     <button id="DW_ASPNET_ImportNamespace"
  1311.     image="ASP.NET\ImportNamespace.gif"
  1312.     enabled=""
  1313.     showIf=""
  1314.     file="ASP.NET\ImportNamespace.htm"
  1315.     codeOnly="TRUE"/>
  1316.  
  1317.     <separator />
  1318.  
  1319.     <button id="DW_ASPNET_TrimFormEl"
  1320.     image="ASP.NET\TrimFormEl.gif"
  1321.     enabled=""
  1322.     showIf=""
  1323.     file="ASP.NET\TrimFormEl.htm"
  1324.     codeOnly="TRUE"/>
  1325.  
  1326.     <button id="DW_ASPNET_TrimQueryStr"
  1327.     image="ASP.NET\TrimQueryStr.gif"
  1328.     enabled=""
  1329.     showIf=""
  1330.     file="ASP.NET\TrimQueryStr.htm"
  1331.     codeOnly="TRUE"/>
  1332.  
  1333.     <button id="DW_ASPNET_RunatServer"
  1334.     image="ASP.NET\RunatServer.gif"
  1335.     enabled=""
  1336.     showIf=""
  1337.     file="ASP.NET\RunatServer.htm"
  1338.     codeOnly="TRUE"/>
  1339.  
  1340.     <button id="DW_ASPNET_BoundData"
  1341.     image="ASP.NET\BoundData.gif"
  1342.     enabled=""
  1343.     showIf=""
  1344.     file="ASP.NET\BoundData.htm"
  1345.     codeOnly="TRUE"/>
  1346.  
  1347.     <button id="DW_ASPNET_PageLoad"
  1348.     image="ASP.NET\Page_Load.gif"
  1349.     enabled=""
  1350.     showIf=""
  1351.     file="ASP.NET\Page_Load.htm"
  1352.     codeOnly="TRUE"/>
  1353.     
  1354.     <separator />
  1355.     
  1356.     <button id="DW_ASPNET_ASPButton"
  1357.     name="asp:button"
  1358.     image="ASP.NET/button.gif"
  1359.     enabled=""
  1360.     showIf=""
  1361.     tag="asp:button"/>
  1362.     
  1363.     <button id="DW_ASPNET_ASPCheckbox"
  1364.     name="asp:checkbox"
  1365.     image="ASP.NET/checkbox.gif"
  1366.     enabled=""
  1367.     showIf=""
  1368.     tag="asp:checkbox"/>
  1369.     
  1370.     <button id="DW_ASPNET_ASPCheckboxlist"
  1371.     name="asp:checkboxlist"
  1372.     image="ASP.NET/checkboxList.gif"
  1373.     enabled=""
  1374.     showIf=""
  1375.     tag="asp:checkboxlist"/>
  1376.     
  1377.     <button id="DW_ASPNET_ASPDropdownlist"
  1378.     name="asp:dropdownlist"
  1379.     image="ASP.NET/dropDownList.gif"
  1380.     enabled=""
  1381.     showIf=""
  1382.     tag="asp:dropdownlist"/>
  1383.     
  1384.     <button id="DW_ASPNET_ASPImagebutton"
  1385.     name="asp:imagebutton"
  1386.     image="ASP.NET/ImageASP.gif"
  1387.     enabled=""
  1388.     showIf=""
  1389.     tag="asp:imagebutton"/>
  1390.     
  1391.     <button id="DW_ASPNET_ASPLabel"
  1392.     name="asp:label"
  1393.     image="ASP.NET/label.gif"
  1394.     enabled=""
  1395.     showIf=""
  1396.     tag="asp:label"/>
  1397.     
  1398.     <button id="DW_ASPNET_ASPListbox"
  1399.     name="asp:listbox"
  1400.     image="ASP.NET/listBox.gif"
  1401.     enabled=""
  1402.     showIf=""
  1403.     tag="asp:listbox"/>
  1404.     
  1405.     <button id="DW_ASPNET_ASPRadiobutton"
  1406.     name="asp:radiobutton"
  1407.     image="ASP.NET/radioButton.gif"
  1408.     enabled=""
  1409.     showIf=""
  1410.     tag="asp:radiobutton"/>
  1411.     
  1412.     <button id="DW_ASPNET_ASPRadiobuttonlist"
  1413.     name="asp:radiobuttonlist"
  1414.     image="ASP.NET/radioButtonList.gif"
  1415.     enabled=""
  1416.     showIf=""
  1417.     tag="asp:radiobuttonlist"/>
  1418.     
  1419.     <button id="DW_ASPNET_ASPTextbox"
  1420.     name="asp:textbox"
  1421.     image="ASP.NET/textBox.gif"
  1422.     enabled=""
  1423.     showIf=""
  1424.     tag="asp:textbox"/>
  1425.     
  1426.     <button id="DW_TagChooser"
  1427.     name = "More Tags..."
  1428.     image="Common\Tag Chooser.gif"
  1429.     enabled=""
  1430.     showIf=""
  1431.     command="dw.showTagChooser()"
  1432.     codeOnly="TRUE"/>
  1433.     
  1434.    </category>
  1435.     
  1436.    <category id="DW_Insertbar_JSP" folder="JSP" showIf="_SERVERMODEL_JSP">   
  1437.     
  1438.     <button id="DW_JSP_Page"
  1439.     name="Page Directive"
  1440.     image="JSP\JSPPage.gif"
  1441.     enabled=""
  1442.     showIf=""
  1443.     tag="%@ page %"
  1444.     codeOnly="TRUE"/>
  1445.  
  1446.     <button id="DW_JSP_AtInclude"
  1447.     image="JSP\JSPAtInclude.gif"
  1448.     enabled=""
  1449.     name="Include Directive"
  1450.     showIf=""
  1451.     tag="%@ include %"
  1452.     codeOnly="TRUE"/>
  1453.  
  1454.     <button id="DW_JSP_Taglib"
  1455.     image="JSP\JSPTaglib.gif"
  1456.     name="Taglib Directive"
  1457.     enabled=""
  1458.     showIf=""
  1459.     tag="%@ taglib %"
  1460.     codeOnly="TRUE"/>
  1461.     
  1462.     <button id="DW_JSP_PageEncoding"
  1463.     image="JSP\JSPPageEncoding.gif"
  1464.     name="JSP Page Encoding"
  1465.     enabled=""
  1466.     showIf=""
  1467.     file="JSP\JSPPageEncoding.htm"/>
  1468.  
  1469.     <separator />
  1470.  
  1471.     <button id="DW_JSP_Declaration"
  1472.     image="JSP\JSPDeclaration.gif"
  1473.     enabled=""
  1474.     showIf=""
  1475.     file="JSP\JSPDeclaration.htm"
  1476.     codeOnly="TRUE"/>
  1477.  
  1478.     <button id="DW_JSP_Scriptlet"
  1479.     image="JSP\JSPScriptlet.gif"
  1480.     enabled=""
  1481.     showIf=""
  1482.     file="JSP\JSPScriptlet.htm"
  1483.     codeOnly="TRUE"/>
  1484.  
  1485.     <button id="DW_JSP_Expression"
  1486.     image="JSP\JSPExpression.gif"
  1487.     enabled=""
  1488.     showIf=""
  1489.     file="JSP\JSPExpression.htm"
  1490.     codeOnly="TRUE"/>
  1491.  
  1492.     <separator />
  1493.  
  1494.     <button id="DW_JSP_UseBean"
  1495.     name="JSP Use Bean"
  1496.     image="JSP\JSPUseBean.gif"
  1497.     enabled=""
  1498.     showIf=""
  1499.     tag="jsp:useBean/"
  1500.     codeOnly="TRUE"/>
  1501.  
  1502.     <button id="DW_JSP_SetProperty"
  1503.     name="JSP Set Property"
  1504.     image="JSP\JSPSetProperty.gif"
  1505.     enabled=""
  1506.     showIf=""
  1507.     tag="jsp:setProperty/"
  1508.     codeOnly="TRUE"/>
  1509.  
  1510.     <button id="DW_JSP_GetProperty"
  1511.     name="JSP Get Property"
  1512.     image="JSP\JSPGetProperty.gif"
  1513.     enabled=""
  1514.     showIf=""
  1515.     tag="jsp:getProperty /"
  1516.     codeOnly="TRUE"/>
  1517.  
  1518.     <button id="DW_JSP_JSPInclude"
  1519.     name="JSP Include"
  1520.     image="JSP\JSPInclude.gif"
  1521.     enabled=""
  1522.     showIf=""
  1523.     tag="jsp:include /"
  1524.     codeOnly="TRUE"/>
  1525.  
  1526.     <button id="DW_JSP_Forward"
  1527.     image="JSP\JSPForward.gif"
  1528.     name="JSP Forward"
  1529.     enabled=""
  1530.     showIf=""
  1531.     tag="jsp:forward /"
  1532.     codeOnly="TRUE"/>
  1533.  
  1534.     <button id="DW_JSP_Params"
  1535.     name="JSP Params"
  1536.     image="JSP\JSPParams.gif"
  1537.     enabled=""
  1538.     showIf=""
  1539.     file="JSP\JSPParams.htm"
  1540.     codeOnly="TRUE"/>
  1541.  
  1542.     <button id="DW_JSP_Param"
  1543.     name="JSP Param"
  1544.     image="JSP\JSPParam.gif"
  1545.     enabled=""
  1546.     showIf=""
  1547.     tag="jsp:param /"
  1548.     codeOnly="TRUE"/>
  1549.  
  1550.     <button id="DW_JSP_Plugin"
  1551.     name="JSP Plugin"
  1552.     image="JSP\JSPPlugin.gif"
  1553.     enabled=""
  1554.     showIf=""
  1555.     tag="jsp:plugin /"
  1556.     codeOnly="TRUE"/>
  1557.  
  1558.     <separator />
  1559.  
  1560.     <button id="DW_JSP_Comment"
  1561.     image="JSP\JSPComment.gif"
  1562.     enabled=""
  1563.     showIf=""
  1564.     file="JSP\JSPComment.htm"
  1565.     codeOnly="TRUE"/>
  1566.     
  1567.     <button id="DW_TagChooser"
  1568.     name = "More Tags..."
  1569.     image="Common\Tag Chooser.gif"
  1570.     enabled=""
  1571.     showIf=""
  1572.     command="dw.showTagChooser()"
  1573.     codeOnly="TRUE"/>
  1574.     
  1575.    </category>
  1576.         
  1577.    <category id="DW_Insertbar_PHP" folder="PHP" showIf="_SERVERMODEL_PHP">   
  1578.     <button id="DW_PHP_FormVars"
  1579.     image="PHP\PHPFormVars.gif"
  1580.     enabled=""
  1581.     showIf=""
  1582.     file="PHP\PHPFormVars.htm"
  1583.     codeOnly="TRUE"/>
  1584.  
  1585.     <button id="DW_PHP_GetVars"
  1586.     image="PHP\PHPGetVars.gif"
  1587.     enabled=""
  1588.     showIf=""
  1589.     file="PHP\PHPGetVars.htm"
  1590.     codeOnly="TRUE"/>
  1591.  
  1592.     <button id="DW_PHP_SessionVars"
  1593.     image="PHP\PHPSessionVars.gif"
  1594.     enabled=""
  1595.     showIf=""
  1596.     file="PHP\PHPSessionVars.htm"
  1597.     codeOnly="TRUE"/>
  1598.  
  1599.     <button id="DW_PHP_CookieVars"
  1600.     image="PHP\PHPCookieVars.gif"
  1601.     enabled=""
  1602.     showIf=""
  1603.     file="PHP\PHPCookieVars.htm"
  1604.     codeOnly="TRUE"/>
  1605.  
  1606.     <separator />
  1607.  
  1608.     <button id="DW_PHP_Include"
  1609.     image="PHP\PHPInclude.gif"
  1610.     enabled=""
  1611.     showIf=""
  1612.     file="PHP\PHPInclude.htm"
  1613.     codeOnly="TRUE"/>
  1614.  
  1615.     <button id="DW_PHP_Require"
  1616.     image="PHP\PHPRequire.gif"
  1617.     enabled=""
  1618.     showIf=""
  1619.     file="PHP\PHPRequire.htm"
  1620.     codeOnly="TRUE"/>
  1621.     
  1622.     <button id="DW_PHP_PageEncoding"
  1623.     image="PHP\PHPPageEncoding.gif"
  1624.     name="PHP Page Encoding"
  1625.     enabled=""
  1626.     showIf=""
  1627.     file="PHP\PHPPageEncoding.htm"/>
  1628.  
  1629.     <separator />
  1630.  
  1631.     <button id="DW_PHP_CodeBlock"
  1632.     image="PHP\PHPTag.gif"
  1633.     enabled=""
  1634.     showIf=""
  1635.     file="PHP\PHPTag.htm"
  1636.     codeOnly="TRUE"/>
  1637.  
  1638.     <button id="DW_PHP_Output"
  1639.     image="PHP\PHPOutput.gif"
  1640.     enabled=""
  1641.     showIf=""
  1642.     file="PHP\PHPOutput.htm"
  1643.     codeOnly="TRUE"/>
  1644.  
  1645.     <button id="DW_PHP_Comment"
  1646.     image="PHP\PHPComment.gif"
  1647.     enabled=""
  1648.     showIf=""
  1649.     file="PHP\PHPComment.htm"
  1650.     codeOnly="TRUE"/>
  1651.  
  1652.     <separator />
  1653.  
  1654.     <button id="DW_PHP_If"
  1655.     image="PHP\PHPIf.gif"
  1656.     enabled=""
  1657.     showIf=""
  1658.     file="PHP\PHPIf.htm"
  1659.     codeOnly="TRUE"/>
  1660.  
  1661.     <button id="DW_PHP_Else"
  1662.     image="PHP\PHPElse.gif"
  1663.     enabled=""
  1664.     showIf=""
  1665.     file="PHP\PHPElse.htm"
  1666.     codeOnly="TRUE"/>
  1667.     
  1668.     <button id="DW_TagChooser"
  1669.     name = "More Tags..."
  1670.     image="Common\Tag Chooser.gif"
  1671.     enabled=""
  1672.     showIf=""
  1673.     command="dw.showTagChooser()"
  1674.     codeOnly="TRUE"/>
  1675.  
  1676.    </category>
  1677.         
  1678.    <category id="DW_Insertbar_Server" folder="Server">  
  1679.     <button id="DW_Server_Recordset"
  1680.      enabled=""
  1681.      showIf="!_SERVERMODEL_ASPNET"
  1682.     file="Server\Recordset.htm"/>
  1683.  
  1684.     <button id="DW_Server_DataSet"
  1685.     image="Server\Recordset.gif"
  1686.      enabled=""
  1687.      showIf="_SERVERMODEL_ASPNET"
  1688.     file="Server\DataSet.htm"/>
  1689.  
  1690.     <button id="DW_Server_RepeatedRegion"
  1691.      enabled=""
  1692.      showIf=""
  1693.     file="Server\RepeatedRegion.htm"/>
  1694.  
  1695.     <separator />
  1696.  
  1697.     <button id="DW_ASPNET_DataGrid"
  1698.     image="Server\DynamicTable.gif"
  1699.     enabled=""
  1700.     showIf="_SERVERMODEL_ASPNET"
  1701.     file="ASP.NET\DataGrid.htm"/>
  1702.  
  1703.     <button id="DW_ASPNET_DataList"
  1704.     image="ASP.NET\DataList.gif"
  1705.     enabled=""
  1706.     showIf="_SERVERMODEL_ASPNET"
  1707.     file="ASP.NET\DataList.htm"/>
  1708.  
  1709.     <button id="DW_Server_DynamicTable"
  1710.     enabled=""
  1711.     showIf="!_SERVERMODEL_ASPNET,!_SERVERMODEL_CFML_UD4"
  1712.     file="Server\DynamicTable.htm"/>
  1713.  
  1714.     <button id="DW_Server_DynamicText"
  1715.     enabled=""
  1716.     showIf=""
  1717.     file="Server\DynamicText.htm"/>
  1718.  
  1719.     <separator />
  1720.  
  1721.     <button id="DW_Server_RecordsetNavigation"
  1722.     image="Server\RecordsetNavigation.gif"
  1723.     enabled=""
  1724.     showIf="!_SERVERMODEL_ASPNET"
  1725.     file="Server\RecordsetNavigation.htm"/>
  1726.  
  1727.     <button id="DW_Server_RecordsetNavigation"
  1728.     image="Server\RecordsetNavigation.gif"
  1729.     enabled=""
  1730.     showIf="_SERVERMODEL_ASPNET"
  1731.     file="Server\DataSetNavigation.htm"/>
  1732.  
  1733.     <button id="DW_Server_RecordsetStatistics"
  1734.     image="Server\RecordsetStatistics.gif"
  1735.     enabled=""
  1736.     showIf="!_SERVERMODEL_ASPNET"
  1737.     file="Server\RecordsetStatistics.htm"/>
  1738.  
  1739.     <button id="DW_Server_RecordsetStatistics"
  1740.     image="Server\RecordsetStatistics.gif"
  1741.     enabled=""
  1742.     showIf="_SERVERMODEL_ASPNET"
  1743.     file="Server\DataSetStatistics.htm"/>
  1744.  
  1745.     <separator />
  1746.  
  1747.     <button id="DW_Server_MasterDetail"
  1748.     image="Server\MasterDetail.gif"
  1749.     enabled=""
  1750.     showIf="!_SERVERMODEL_ASPNET,!_SERVERMODEL_PHP"
  1751.     file="Server\MasterDetail.htm"/>
  1752.  
  1753.     <button id="DW_Server_InsertRecord"
  1754.     image="Server\Insert Record.gif"
  1755.     enabled=""
  1756.     showIf=""
  1757.     file="Server\Insert Record.htm"/>
  1758.  
  1759.     <button id="DW_Server_UpdateRecord"
  1760.     image="Server\Update Record.gif"
  1761.     enabled=""
  1762.     showIf=""
  1763.     file="Server\Update Record.htm"/>
  1764.     
  1765.    </category>
  1766.     
  1767. </insertbar>
  1768.